home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / C / Comet2.1.3.cpt / include / tftp.h < prev    next >
Text File  |  1990-07-29  |  668b  |  23 lines

  1. /*  Copyright 1984 by the Massachusetts Institute of Technology  */
  2.  
  3. /*
  4.     Copyright Cornell University 1986.  All rights are reserved.
  5.  
  6.     As of 4/10/86:
  7.     This source file may have no changes from the M.I.T original
  8.     other than this notice; but it has been tested as part of 
  9.     Cornell's Aztec-C port.  See notice.h
  10.  
  11. */
  12.  
  13. /* TFTP randoms */
  14. #define    GET    10        /* GET file from other host to here */
  15. #define    PUT    11        /* PUT file on other host */
  16. #define    ASCII    1        /* transfer as netascii */
  17. #define    IMAGE    2        /* transfer as image */
  18. #define    TEST    3        /* test mode - diskless */
  19. #define    OCTET    4        /* octet mode - same as image */
  20.  
  21. long tftpuse(), atol();
  22. extern unsigned long cticks;
  23.